home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / business / directory_opus / player2.1opus5 / check / 1 next >
Text File  |  1978-11-24  |  234b  |  6 lines

  1. if EXISTS LIBS:rexxsupport.library 
  2.     requestchoice "System Check" "`version LIBS:rexxsupport.library full`" "OK"
  3. else 
  4.     requestchoice "Fehler" "Die rexxsupport.library wurde nicht gefunden. *nDiese muss installiert sein !" "OK"
  5. EndIf
  6.